<button id="powerButton" class="vibe0" onclick="pressButton()">
Click me.
</button>
<p>Clicks: <span id="clickCount">0</span></p>
<<script>>
startLoop();
<</script>>yippee!!!! you did it, you won at sex 🎉
<<link "click for sound reward">>
<<script>>
// Create a new audio object with your URL
var audio = new Audio("https://cdn.uppbeat.io/audio-files/06ae18f31ba6d2a5dd6b6f941ae28d0a/a07cf22b72ad2f18a1ae6540b1ed6d12/1a29699ed55f66ed869c55c57f5ef8bb/STREAMING-for-he-s-a-jolly-good-fellow-cartoon-music-jam-fx-1-00-05.mp3");
audio.volume = 0.7; // optional volume (0.0 - 1.0)
audio.play();
<</script>>
<</link>>